﻿2026-06-18T12:03:38.8843554Z ##[group]Run actions/checkout@v5
2026-06-18T12:03:38.8844307Z with:
2026-06-18T12:03:38.8844666Z   repository: SaberMage/spt-core
2026-06-18T12:03:38.8847996Z   token: ***
2026-06-18T12:03:38.8848361Z   ssh-strict: true
2026-06-18T12:03:38.8848702Z   ssh-user: git
2026-06-18T12:03:38.8849202Z   persist-credentials: true
2026-06-18T12:03:38.8849599Z   clean: true
2026-06-18T12:03:38.8849952Z   sparse-checkout-cone-mode: true
2026-06-18T12:03:38.8850370Z   fetch-depth: 1
2026-06-18T12:03:38.8850723Z   fetch-tags: false
2026-06-18T12:03:38.8851068Z   show-progress: true
2026-06-18T12:03:38.8851431Z   lfs: false
2026-06-18T12:03:38.8851778Z   submodules: false
2026-06-18T12:03:38.8852137Z   set-safe-directory: true
2026-06-18T12:03:38.8852732Z ##[endgroup]
2026-06-18T12:03:38.9676391Z Syncing repository: SaberMage/spt-core
2026-06-18T12:03:38.9678297Z ##[group]Getting Git version info
2026-06-18T12:03:38.9679265Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-18T12:03:38.9680601Z [command]/usr/bin/git version
2026-06-18T12:03:38.9681165Z git version 2.43.0
2026-06-18T12:03:38.9682466Z ##[endgroup]
2026-06-18T12:03:38.9685794Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f6edd1dd-670d-433c-b506-8eb6285a72d5' before making global git config changes
2026-06-18T12:03:38.9686904Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:03:38.9687843Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T12:03:38.9713962Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-18T12:03:38.9730336Z https://github.com/SaberMage/spt-core
2026-06-18T12:03:38.9740134Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:03:38.9742804Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:03:38.9759729Z refs/heads/main
2026-06-18T12:03:38.9765741Z [command]/usr/bin/git checkout --detach
2026-06-18T12:03:38.9808907Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:38.9854631Z [command]/usr/bin/git branch --delete --force main
2026-06-18T12:03:38.9881689Z Deleted branch main (was c17550da).
2026-06-18T12:03:38.9915216Z ##[endgroup]
2026-06-18T12:03:38.9917826Z [command]/usr/bin/git submodule status
2026-06-18T12:03:39.0121377Z ##[group]Cleaning the repository
2026-06-18T12:03:39.0121988Z [command]/usr/bin/git clean -ffdx
2026-06-18T12:03:39.0147208Z Removing traceable-reqs
2026-06-18T12:03:39.0153678Z [command]/usr/bin/git reset --hard HEAD
2026-06-18T12:03:39.0198828Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:39.0203989Z ##[endgroup]
2026-06-18T12:03:39.0205539Z ##[group]Disabling automatic garbage collection
2026-06-18T12:03:39.0208515Z [command]/usr/bin/git config --local gc.auto 0
2026-06-18T12:03:39.0231434Z ##[endgroup]
2026-06-18T12:03:39.0232131Z ##[group]Setting up auth
2026-06-18T12:03:39.0237047Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:03:39.0258582Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T12:03:39.0439460Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:03:39.0464267Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T12:03:39.0652171Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:03:39.0678506Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T12:03:39.0867272Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-18T12:03:39.0896237Z ##[endgroup]
2026-06-18T12:03:39.0896980Z ##[group]Fetching the repository
2026-06-18T12:03:39.0902567Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c17550dad70f8818120ff2017619f4e7f658818a:refs/remotes/origin/main
2026-06-18T12:03:39.5481433Z ##[endgroup]
2026-06-18T12:03:39.5482329Z ##[group]Determining the checkout info
2026-06-18T12:03:39.5483036Z ##[endgroup]
2026-06-18T12:03:39.5486119Z [command]/usr/bin/git sparse-checkout disable
2026-06-18T12:03:39.5523006Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-18T12:03:39.5544606Z ##[group]Checking out the ref
2026-06-18T12:03:39.5546993Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:03:39.5594665Z Switched to a new branch 'main'
2026-06-18T12:03:39.5595366Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:03:39.5599804Z ##[endgroup]
2026-06-18T12:03:39.5630157Z [command]/usr/bin/git log -1 --format=%H
2026-06-18T12:03:39.5654820Z c17550dad70f8818120ff2017619f4e7f658818a
